VERSION 4.00 Begin VB.Form frmSaveAs Appearance = 0 'Flat BackColor = &H80000005& ClientHeight = 3585 ClientLeft = 1020 ClientTop = 1425 ClientWidth = 7470 BeginProperty Font name = "MS Sans Serif" charset = 0 weight = 700 size = 8.25 underline = 0 'False italic = 0 'False strikethrough = 0 'False EndProperty ForeColor = &H80000008& Height = 3990 Left = 960 LinkTopic = "frmSaveDialog" ScaleHeight = 3585 ScaleWidth = 7470 Top = 1080 Width = 7590 Begin MSComDlg.CommonDialog CMDialog1 Left = 180 Top = 180 _Version = 65536 _ExtentX = 847 _ExtentY = 847 _StockProps = 0 DefaultExt = ".TXT" DialogTitle = "Export" FileName = "export.txt" Filter = "Text Files(*.txt)|*.txt" Max = 1 Min = 1 End Attribute VB_Name = "frmSaveAs" Attribute VB_Creatable = False Attribute VB_Exposed = False ' ----------------------------------------------------------------------------- ' Copyright (C) 1993-1996 Visio Corporation. All rights reserved. ' You have a royalty-free right to use, modify, reproduce and distribute ' the Sample Application Files (and/or any modified version) in any way ' you find useful, provided that you agree that Visio has no warranty, ' obligations or liability for any Sample Application Files. ' ----------------------------------------------------------------------------- Option Explicit